次の方法で共有


XmlSchemaCollection.Text プロパティ

XML スキーマ コレクションのスキーマをすべて定義するテキストを取得または設定します。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property Text As String 
    Get 
    Set
'使用
Dim instance As XmlSchemaCollection 
Dim value As String 

value = instance.Text

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

プロパティ値

型: System.String
XML スキーマ コレクションのスキーマをすべて定義するテキストを示す String 値です。

使用例

XML スキーマの使用方法

関連項目

参照

XmlSchemaCollection クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

XML スキーマの使用方法

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

CREATE SCHEMA (Transact-SQL)