ISnapshotGenerationAgent.LoginTimeout 屬性
Get or sets the number of seconds before the login times out for connections made by the agent.
命名空間: Microsoft.SqlServer.Replication
組件: Microsoft.SqlServer.Replication (在 Microsoft.SqlServer.Replication.dll 中)
語法
'宣告
Property LoginTimeout As Integer
Get
Set
'用途
Dim instance As ISnapshotGenerationAgent
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 number of seconds before the login times out.