PropertyCollection.ISfcPropertySet.TryGetPropertyValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- name
- String
- value
- Object
Returns
Implements
Applies to
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
Type Parameters
- T
Parameters
- name
- String
- value
- T