Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns the ID of the Property object in the PropertyCollection object that has the specified name.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Function LookupID ( _
propertyName As String _
) As Integer
'Usage
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
Parameter
- propertyName
Typ: System.String
A String value that specifies the name of the Property object.
Rückgabewert
Typ: System.Int32
An Int32 value that specifies the ID value of the Property object.
Beispiele
Siehe auch
Verweis
Microsoft.SqlServer.Management.Smo-Namespace