Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Opens the symmetric key with another symmetric key.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub OpenWithSymmetricKey ( _
symmetricKeyName As String _
)
'Usage
Dim instance As SymmetricKey
Dim symmetricKeyName As String
instance.OpenWithSymmetricKey(symmetricKeyName)
public void OpenWithSymmetricKey(
string symmetricKeyName
)
public:
void OpenWithSymmetricKey(
String^ symmetricKeyName
)
member OpenWithSymmetricKey :
symmetricKeyName:string -> unit
public function OpenWithSymmetricKey(
symmetricKeyName : String
)
Parameters
- symmetricKeyName
Type: System.String
A String value that specifies the other symmetric key.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace