ReplicationServer.Name 속성

정의

Microsoft SQL Server 인스턴스의 이름을 가져옵니다.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

속성 값

String 현재 연결된 SQL Server 인스턴스의 이름을 지정하는 값입니다.

설명

공용 Name 고정 데이터베이스 역할에서 속성을 검색할 수 있습니다.

적용 대상