Udostępnij za pośrednictwem


Metoda PropertyCollection.ISfcPropertySet.TryGetPropertyValue (String, T%)

Stara wartość właściwość określonej przez name parametr i typ określony przez value parametru.

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

Składnia

'Deklaracja
Private Function TryGetPropertyValue(Of T) ( _
    name As String, _
    <OutAttribute> ByRef value As T _
) As Boolean Implements ISfcPropertySet.TryGetPropertyValue
'Użycie
Dim instance As PropertyCollection
Dim name As String
Dim value As T
Dim returnValue As Boolean

returnValue = CType(instance, ISfcPropertySet).TryGetPropertyValue(name, _
    value)
bool ISfcPropertySet.TryGetPropertyValue<T>(
    string name,
    out T value
)
private:
generic<typename T>
virtual bool TryGetPropertyValue(
    String^ name, 
    [OutAttribute] T% value
) sealed = ISfcPropertySet::TryGetPropertyValue
private abstract TryGetPropertyValue : 
        name:string * 
        value:'T byref -> bool 
private override TryGetPropertyValue : 
        name:string * 
        value:'T byref -> bool 
Język JScript nie obsługuje ogólnych typów i metod.

Parametry typów

  • T
    Typ rodzajowy właściwość.

Parametry

  • name
    Typ: System.String
    Ciąg określający nazwę właściwość.
  • value
    Typ: T%
    Wskaźnik do wartości zwracanych.

Wartość zwracana

Typ: System.Boolean
Wartość logiczna True Jeśli kolekcja zawiera wartość właściwość inaczej False.

Implementacje

ISfcPropertySet.TryGetPropertyValue<T>(String, T%)