Metoda PropertyCollection.LookupID
Zwraca identyfikator Property obiekt w PropertyCollection obiekt, który ma określoną nazwę.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Protected Function LookupID ( _
propertyName As String _
) As Integer
'Użycie
Dim propertyName As String
Dim returnValue As Integer
returnValue = Me.LookupID(propertyName)
protected int LookupID(
string propertyName
)
protected:
int LookupID(
String^ propertyName
)
member LookupID :
propertyName:string -> int
protected function LookupID(
propertyName : String
) : int
Parametry
- propertyName
Typ: System.String
A String wartość, która określa nazwę Property obiektu.
Wartość zwracana
Typ: System.Int32
Int32 Wartość, która określa wartość Identyfikatora Property obiektu.
Zobacz także