AlterServiceMasterKeyStatement.Kind Property
Gets a value that describes how the service master key is altered.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Kind As AlterServiceMasterKeyOption
Get
Set
'Usage
Dim instance As AlterServiceMasterKeyStatement
Dim value As AlterServiceMasterKeyOption
value = instance.Kind
instance.Kind = value
public AlterServiceMasterKeyOption Kind { get; set; }
public:
property AlterServiceMasterKeyOption Kind {
AlterServiceMasterKeyOption get ();
void set (AlterServiceMasterKeyOption value);
}
member Kind : AlterServiceMasterKeyOption with get, set
function get Kind () : AlterServiceMasterKeyOption
function set Kind (value : AlterServiceMasterKeyOption)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.AlterServiceMasterKeyOption
A value that describes how the service master key is altered.