Свойство SecurityStatementBody80.SecurityElement80

Gets or sets the security statement body.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property SecurityElement80 As SecurityElement80 
    Get 
    Set
'Применение
Dim instance As SecurityStatementBody80 
Dim value As SecurityElement80 

value = instance.SecurityElement80

instance.SecurityElement80 = value
public SecurityElement80 SecurityElement80 { get; set; }
public:
property SecurityElement80^ SecurityElement80 {
    SecurityElement80^ get ();
    void set (SecurityElement80^ value);
}
member SecurityElement80 : SecurityElement80 with get, set
function get SecurityElement80 () : SecurityElement80 
function set SecurityElement80 (value : SecurityElement80)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.SecurityElement80
The security statement body.

См. также

Справочник

SecurityStatementBody80 Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom