IConnectionSecurityContext.SqlStandardLogin 屬性
Gets or sets the login used with SQL Server Authentication.
命名空間: Microsoft.SqlServer.Replication
組件: Microsoft.SqlServer.Rmo (在 Microsoft.SqlServer.Rmo.dll 中)
語法
'宣告
Property SqlStandardLogin As String
Get
Set
'用途
Dim instance As IConnectionSecurityContext
Dim value As String
value = instance.SqlStandardLogin
instance.SqlStandardLogin = value
string SqlStandardLogin { get; set; }
property String^ SqlStandardLogin {
String^ get ();
void set (String^ value);
}
abstract SqlStandardLogin : string with get, set
function get SqlStandardLogin () : String
function set SqlStandardLogin (value : String)
屬性值
型別:System.String
The login used with SQL Server Authentication.