共用方式為


ITransSynchronizationAgent.LoginTimeout 屬性

Gets or sets the maximum number of seconds to wait for connections to be established.

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Replication (在 Microsoft.SqlServer.Replication.dll 中)

語法

'宣告
Property LoginTimeout As Integer 
    Get 
    Set
'用途
Dim instance As ITransSynchronizationAgent 
Dim value As Integer 

value = instance.LoginTimeout

instance.LoginTimeout = value
int LoginTimeout { get; set; }
property int LoginTimeout {
    int get ();
    void set (int value);
}
abstract LoginTimeout : int with get, set
function get LoginTimeout () : int 
function set LoginTimeout (value : int)

屬性值

型別:System.Int32
The maximum number of seconds to wait for connections to be established.

請參閱

參考

ITransSynchronizationAgent 介面

Microsoft.SqlServer.Replication 命名空間