Udostępnij za pośrednictwem


Metoda PropertyCollection.ISfcPropertySet.TryGetProperty

Próbuje pobrać właściwość określonej przez name parametr i typ określony przez property parametru.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Private Function TryGetProperty ( _
    name As String, _
    <OutAttribute> ByRef property As ISfcProperty _
) As Boolean Implements ISfcPropertySet.TryGetProperty
'Użycie
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 
Język JScript obsługuje używanie jawnych implementacji interfejsów, ale nie obsługuje deklarowania nowych.

Parametry

  • name
    Typ: System.String
    Wartość ciąg Określa nazwę właściwość.

Wartość zwracana

Typ: System.Boolean
Wartość logiczna True Jeśli kolekcja zawiera właściwość, w przeciwnym razie False.

Implementacje

ISfcPropertySet.TryGetProperty(String, ISfcProperty%)