CreateXmlIndexStatement.SecondaryXmlIndexType-Eigenschaft
Ruft den Typ des sekundären XML-Indexes ab oder legt diesen fest.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property SecondaryXmlIndexType As SecondaryXmlIndexType
Get
Set
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)
Eigenschaftswert
Typ: Microsoft.Data.Schema.ScriptDom.Sql.SecondaryXmlIndexType
Gibt einen SecondaryXmlIndexType-Enumerationswert zurück.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.