Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the host name used.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public Overridable Property HostName As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The host name.
Implements
ITransSynchronizationAgent.HostName