CreateXmlIndexStatement.Primary 屬性
Gets or sets a value that indicates whether the Primary keyword is used.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property Primary As Boolean
Get
Set
'用途
Dim instance As CreateXmlIndexStatement
Dim value As Boolean
value = instance.Primary
instance.Primary = value
public bool Primary { get; set; }
public:
property bool Primary {
bool get ();
void set (bool value);
}
member Primary : bool with get, set
function get Primary () : boolean
function set Primary (value : boolean)
屬性值
型別:System.Boolean
True if the Primary keyword is used; otherwise, false.