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


Свойство SfcDomainInfo.Name

Gets or sets the name associated with the object. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

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

Синтаксис

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

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

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

Тип: System.String
A string that represents the name associated with the object.

См. также

Справочник

SfcDomainInfo Класс

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