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 命名空間