Partager via


Propriété IndexedXmlPath.XmlComponentID

Gets or sets the unique ID of the XML schema component in the database.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property XmlComponentID As Integer 
    Get 
    Set
'Utilisation
Dim instance As IndexedXmlPath 
Dim value As Integer 

value = instance.XmlComponentID

instance.XmlComponentID = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
public int XmlComponentID { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
public:
property int XmlComponentID {
    int get ();
    void set (int value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
member XmlComponentID : int with get, set
function get XmlComponentID () : int 
function set XmlComponentID (value : int)

Valeur de propriété

Type : System.Int32
The unique ID of the XML schema component in the database.

Voir aussi

Référence

IndexedXmlPath Classe

Espace de noms Microsoft.SqlServer.Management.Smo