다음을 통해 공유


CreateXmlIndexStatement.SecondaryXmlIndexType 속성

Gets or sets the secondary XML index type.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public Property SecondaryXmlIndexType As SecondaryXmlIndexType 
    Get 
    Set
‘사용 방법
Dim instance As CreateXmlIndexStatement 
Dim value As SecondaryXmlIndexType 

value = instance.SecondaryXmlIndexType

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

속성 값

유형: Microsoft.SqlServer.TransactSql.ScriptDom.SecondaryXmlIndexType
The secondary XML index type.

참고 항목

참조

CreateXmlIndexStatement 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스