Метод SqlPropertyCollection.GetPropertyInfo

Gets property information.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Function GetPropertyInfo ( _
    name As String _
) As SqlPropertyInfo
'Применение
Dim instance As SqlPropertyCollection 
Dim name As String 
Dim returnValue As SqlPropertyInfo 

returnValue = instance.GetPropertyInfo(name)
public SqlPropertyInfo GetPropertyInfo(
    string name
)
public:
SqlPropertyInfo^ GetPropertyInfo(
    String^ name
)
member GetPropertyInfo : 
        name:string -> SqlPropertyInfo
public function GetPropertyInfo(
    name : String
) : SqlPropertyInfo

Параметры

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

Тип: Microsoft.SqlServer.Management.Smo.SqlPropertyInfo
A SqlPropertyInfo object value that specifies the property information for the referenced object.

Примеры

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

См. также

Справочник

SqlPropertyCollection Класс

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