Share via


AlterServiceMasterKeyStatement.Kind Property

Gets or sets a value that describes how the service master key is altered.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property Kind As AlterServiceMasterKeyOption
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.Data.Schema.ScriptDom.Sql.AlterServiceMasterKeyOption
Returns a AlterServiceMasterKeyOption enumeration value.

.NET Framework Security

See Also

Reference

AlterServiceMasterKeyStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace