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.
Gets the Property object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Function GetPropertyObject ( _
index As Integer _
) As Property
'Usage
Dim instance As PropertyCollection
Dim index As Integer
Dim returnValue As [Property]
returnValue = instance.GetPropertyObject(index)
public Property GetPropertyObject(
int index
)
public:
Property^ GetPropertyObject(
int index
)
member GetPropertyObject :
index:int -> Property
public function GetPropertyObject(
index : int
) : Property
Parameter
- index
Typ: System.Int32
An Int32 value that specifies the index position.
Rückgabewert
Typ: Microsoft.SqlServer.Management.Smo.Property
A Property object value that specifies the property.
Beispiele
Siehe auch
Verweis
Microsoft.SqlServer.Management.Smo-Namespace