PropertyCollection.ISfcPropertySet.TryGetProperty 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.
bool ISfcPropertySet.TryGetProperty (string name, out Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty property);
abstract member Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet.TryGetProperty : string * ISfcProperty -> bool
override this.Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet.TryGetProperty : string * ISfcProperty -> bool
Function TryGetProperty (name As String, ByRef property As ISfcProperty) As Boolean Implements ISfcPropertySet.TryGetProperty
Parameters
- name
- String
- property
- ISfcProperty