ContributorArgumentConfiguration.Name 属性

获取或设置参数的名称。

命名空间:  Microsoft.Data.Schema.Build
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public Property Name As String
    Get
    Set
public string Name { get; set; }
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
member Name : string with get, set
function get Name () : String
function set Name (value : String)

属性值

类型:System.String
参数的名称。

.NET Framework 安全性

请参见

参考

ContributorArgumentConfiguration 类

Microsoft.Data.Schema.Build 命名空间