Metoda MasterKey.Create (String)
Tworzy klucz główny, który ma określonego hasła.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Sub Create ( _
encryptionPassword As String _
)
'Użycie
Dim instance As MasterKey
Dim encryptionPassword As String
instance.Create(encryptionPassword)
public void Create(
string encryptionPassword
)
public:
void Create(
String^ encryptionPassword
)
member Create :
encryptionPassword:string -> unit
public function Create(
encryptionPassword : String
)
Parametry
- encryptionPassword
Typ: System.String
A String wartość, która określa hasło do szyfrowania klucz głównego.
Zobacz także