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 네임스페이스