Метод GetPropertyObject (Int32)
Gets the Property object.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Function GetPropertyObject ( _
index As Integer _
) As Property
'Применение
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
Параметры
- index
Тип: System. . :: . .Int32
An Int32 value that specifies the index position.
Возвращаемое значение
Тип: Microsoft.SqlServer.Management.Smo. . :: . .Property
A Property object value that specifies the property.
См. также