Metodo ISfcPropertySet.TryGetProperty
Tries to get the property specified by the name parameter and type specified by the property parameter.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Private Function TryGetProperty ( _
name As String, _
<OutAttribute> ByRef property As ISfcProperty _
) As Boolean Implements ISfcPropertySet.TryGetProperty
'Utilizzo
Dim instance As PropertyCollection
Dim name As String
Dim property As ISfcProperty
Dim returnValue As Boolean
returnValue = CType(instance, ISfcPropertySet).TryGetProperty(name, _
property)
bool ISfcPropertySet.TryGetProperty(
string name,
out ISfcProperty property
)
private:
virtual bool TryGetProperty(
String^ name,
[OutAttribute] ISfcProperty^% property
) sealed = ISfcPropertySet::TryGetProperty
private abstract TryGetProperty :
name:string *
property:ISfcProperty byref -> bool
private override TryGetProperty :
name:string *
property:ISfcProperty byref -> bool
JScript supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.
Parametri
- name
Tipo: System. . :: . .String
A string value that specifies the name of the property.
- property
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ISfcProperty%
A pointer to an ISfcProperty object.
Valore restituito
Tipo: System. . :: . .Boolean
A Boolean value, True if the collection contains the property, otherwise False.
Implementa
ISfcPropertySet. . :: . .TryGetProperty(String, ISfcProperty%)
Vedere anche