PropertyCollection.ISfcPropertySet.TryGetPropertyValue Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| ISfcPropertySet.TryGetPropertyValue(String, Object) | |
| ISfcPropertySet.TryGetPropertyValue<T>(String, T) |
ISfcPropertySet.TryGetPropertyValue(String, Object)
bool ISfcPropertySet.TryGetPropertyValue(string name, out object value);
abstract member Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet.TryGetPropertyValue : string * obj -> bool
override this.Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet.TryGetPropertyValue : string * obj -> bool
Function TryGetPropertyValue (name As String, ByRef value As Object) As Boolean Implements ISfcPropertySet.TryGetPropertyValue
Parametri
- name
- String
- value
- Object
Valori restituiti
Implementazioni
Si applica a
ISfcPropertySet.TryGetPropertyValue<T>(String, T)
bool ISfcPropertySet.TryGetPropertyValue<T>(string name, out T value);
abstract member Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet.TryGetPropertyValue : string * 'T -> bool
override this.Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet.TryGetPropertyValue : string * 'T -> bool
Function TryGetPropertyValue(Of T) (name As String, ByRef value As T) As Boolean Implements ISfcPropertySet.TryGetPropertyValue
Parametri di tipo
- T
Parametri
- name
- String
- value
- T