XmlSchemaCollection.ID プロパティ

XML スキーマ コレクションを一意に識別する ID 値を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ID As Integer 
    Get
'使用
Dim instance As XmlSchemaCollection 
Dim value As Integer 

value = instance.ID
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int ID { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int ID {
    int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ID : int
function get ID () : int

プロパティ値

型: System.Int32
XML スキーマ コレクションの ID 値を示す Int32 値です。

使用例

XML スキーマの使用方法

関連項目

参照

XmlSchemaCollection クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

XML スキーマの使用方法

XML スキーマ コレクション (SQL Server)

CREATE SCHEMA (Transact-SQL)