Costruttore DeployedDac.Key
Initializes a new instance of the DeployedDac..::..Key class that has the specified name.
Spazio dei nomi Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
keyName As String, _
keyServerInstanceName As String _
)
'Utilizzo
Dim keyName As String
Dim keyServerInstanceName As String
Dim instance As New DeployedDac..::..Key(keyName, _
keyServerInstanceName)
public Key(
string keyName,
string keyServerInstanceName
)
public:
Key(
String^ keyName,
String^ keyServerInstanceName
)
new :
keyName:string *
keyServerInstanceName:string -> Key
public function DeployedDac..::..Key(
keyName : String,
keyServerInstanceName : String
)
Parametri
- keyName
Tipo: System. . :: . .String
A String value that specifies the name of the key.
- keyServerInstanceName
Tipo: System. . :: . .String
A String value that specifies the name of the server instance associated with the key.
Vedere anche