OutputDescriptor.Name プロパティ

出力の表示名を取得または設定します。

名前空間 :  Microsoft.Data.Schema.DataGenerator
アセンブリ :  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
Public Property Name As String
'使用
Dim instance As OutputDescriptor
Dim value As String

value = instance.Name

instance.Name = value
public string Name { get; set; }
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
public function get Name () : String
public function set Name (value : String)

プロパティ値

型 : System.String
出力の表示名を保持する String です。

解説

[ジェネレータ出力] 列には、この名前が表示されます。

参照

参照

OutputDescriptor クラス

OutputDescriptor メンバ

Microsoft.Data.Schema.DataGenerator 名前空間