Поделиться через


Метод PropertyCollection.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

Параметры

Возвращаемое значение

Тип: Microsoft.SqlServer.Management.Smo.Property
A Property object value that specifies the property.

Примеры

Использование коллекций

См. также

Справочник

PropertyCollection Класс

Перегрузка GetPropertyObject

Пространство имен Microsoft.SqlServer.Management.Smo

Другие ресурсы

Использование коллекций