Index.IndexedXmlPathName Propiedad
Gets or sets the name of the indexed XML path.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property IndexedXmlPathName As String
Get
Set
'Uso
Dim instance As Index
Dim value As String
value = instance.IndexedXmlPathName
instance.IndexedXmlPathName = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
public string IndexedXmlPathName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
public:
property String^ IndexedXmlPathName {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
member IndexedXmlPathName : string with get, set
function get IndexedXmlPathName () : String
function set IndexedXmlPathName (value : String)
Valor de la propiedad
Tipo: System.String
The name of the indexed XML path.