이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Gets or sets the host name used.
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Replication(Microsoft.SqlServer.Replication.dll)
구문
‘선언
Public Overridable Property HostName As String
Get
Set
‘사용 방법
Dim instance As TransSynchronizationAgent
Dim value As String
value = instance.HostName
instance.HostName = value
public virtual string HostName { get; set; }
public:
virtual property String^ HostName {
String^ get ();
void set (String^ value);
}
abstract HostName : string with get, set
override HostName : string with get, set
function get HostName () : String
function set HostName (value : String)
속성 값
유형: System.String
The host name.
구현
ITransSynchronizationAgent.HostName