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


Свойство ObjectProperty.Type

Gets or sets a value that indicates the type of the property. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

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

Синтаксис

'Декларация
Public Property Type As String 
    Get 
    Set
'Применение
Dim instance As ObjectProperty 
Dim value As String 

value = instance.Type

instance.Type = value
public string Type { get; set; }
public:
property String^ Type {
    String^ get ();
    void set (String^ value);
}
member Type : string with get, set
function get Type () : String 
function set Type (value : String)

Значение свойства

Тип: System.String
A string that represents the type of the property.

См. также

Справочник

ObjectProperty Класс

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