Login.Create 方法 (SecureString)

Creates a login account on the instance of SQL Server as defined by the Login object.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub Create ( _
    password As SecureString _
)
用法
Dim instance As Login 
Dim password As SecureString

instance.Create(password)
public void Create(
    SecureString password
)
public:
void Create(
    SecureString^ password
)
member Create : 
        password:SecureString -> unit
public function Create(
    password : SecureString
)

参数

请参阅

参考

Login 类

Create 重载

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

SQL Server 2008 Security Changes