Propriedade do RDL PrincipalOption.OptionKind
Gets the kind of the option.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property OptionKind As PrincipalOptionKind
Get
Set
'Uso
Dim instance As PrincipalOption
Dim value As PrincipalOptionKind
value = instance.OptionKind
instance.OptionKind = value
public PrincipalOptionKind OptionKind { get; set; }
public:
property PrincipalOptionKind OptionKind {
PrincipalOptionKind get ();
void set (PrincipalOptionKind value);
}
member OptionKind : PrincipalOptionKind with get, set
function get OptionKind () : PrincipalOptionKind
function set OptionKind (value : PrincipalOptionKind)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.PrincipalOptionKind
The kind of the option.