Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Parameters
- index
Type: System.Int32
An Int32 value that specifies the index position.
Return Value
Type: Microsoft.SqlServer.Management.Smo.Property
A Property object value that specifies the property.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace