AlterSchemaStatement.ObjectKind – vlastnost
Získá nebo nastaví typ objektu zabezpečení.
Obor názvů: Microsoft.Data.Schema.ScriptDom.Sql
Sestavení: Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Deklarace
Public Property ObjectKind As SecurityObjectKind
Get
Set
public SecurityObjectKind ObjectKind { get; set; }
public:
property SecurityObjectKind ObjectKind {
SecurityObjectKind get ();
void set (SecurityObjectKind value);
}
member ObjectKind : SecurityObjectKind with get, set
function get ObjectKind () : SecurityObjectKind
function set ObjectKind (value : SecurityObjectKind)
Hodnota vlastnosti
Typ: Microsoft.Data.Schema.ScriptDom.Sql.SecurityObjectKind
Vrátí SecurityObjectKind hodnotu výčtu.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.