SymmetricKey.Drop 方法 (Boolean)
Removes a symmetric key and the provider key associated with it from the instance of SQL Server.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Sub Drop ( _
removeProviderKey As Boolean _
)
用法
Dim instance As SymmetricKey
Dim removeProviderKey As Boolean
instance.Drop(removeProviderKey)
public void Drop(
bool removeProviderKey
)
public:
void Drop(
bool removeProviderKey
)
member Drop :
removeProviderKey:bool -> unit
public function Drop(
removeProviderKey : boolean
)
参数
- removeProviderKey
类型:System.Boolean
Specifies whether to remove the provider key.
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间