Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Attempts to get the property metadata. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Function TryGetProperty ( _
name As String, _
<OutAttribute> ByRef property As ISfcProperty _
) As Boolean
'Usage
Dim instance As ISfcPropertySet
Dim name As String
Dim property As ISfcProperty
Dim returnValue As Boolean
returnValue = instance.TryGetProperty(name, _
property)
bool TryGetProperty(
string name,
out ISfcProperty property
)
bool TryGetProperty(
String^ name,
[OutAttribute] ISfcProperty^% property
)
abstract TryGetProperty :
name:string *
property:ISfcProperty byref -> bool
function TryGetProperty(
name : String,
property : ISfcProperty
) : boolean
Parameters
- name
Type: System.String
The name of the property.
- property
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty%
An ISfcProperty object that represents property metadata.
Return Value
Type: System.Boolean
true if the property metadata is successfully retrieved; otherwise, false.