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