Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
Gets or sets whether the DROP PROVIDER KEY clause was specified.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property RemoveProviderKey As Boolean
Get
Set
'Usage
Dim instance As DropAsymmetricKeyStatement
Dim value As Boolean
value = instance.RemoveProviderKey
instance.RemoveProviderKey = value
public bool RemoveProviderKey { get; set; }
public:
property bool RemoveProviderKey {
bool get ();
void set (bool value);
}
member RemoveProviderKey : bool with get, set
function get RemoveProviderKey () : boolean
function set RemoveProviderKey (value : boolean)
Property Value
Type: System.Boolean
True if DROP PROVIDER KEY clause was specified; otherwise, false.