DeployedDac.Key(String, String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化一個擁有指定名稱的類別新實例 DeployedDac.Key 。
public:
Key(System::String ^ keyName, System::String ^ keyServerInstanceName);
public Key(string keyName, string keyServerInstanceName);
new Microsoft.SqlServer.Management.Utility.DeployedDac.Key : string * string -> Microsoft.SqlServer.Management.Utility.DeployedDac.Key
Public Sub New (keyName As String, keyServerInstanceName As String)