Generator.SchemaName 属性

获取或设置列所属架构的名称。

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

语法

声明
<InputAttribute(AutoAssignedInput := AutoAssignedInput.SchemaName, ReadOnly := True,  _
    Visible := False)> _
Public Property SchemaName As String
    Get
    Set
[InputAttribute(AutoAssignedInput = AutoAssignedInput.SchemaName, ReadOnly = true, 
    Visible = false)]
public string SchemaName { get; set; }
[InputAttribute(AutoAssignedInput = AutoAssignedInput::SchemaName, ReadOnly = true, 
    Visible = false)]
public:
property String^ SchemaName {
    String^ get ();
    void set (String^ value);
}
[<InputAttribute(AutoAssignedInput = AutoAssignedInput.SchemaName, ReadOnly = true, 
    Visible = false)>]
member SchemaName : string with get, set
function get SchemaName () : String
function set SchemaName (value : String)

属性值

类型:System.String
架构的名称。

备注

InputAttributeAutoAssignedInput 命名参数对该属性进行了修饰。

.NET Framework 安全性

请参见

参考

Generator 类

Microsoft.Data.Schema.Tools.DataGenerator 命名空间

InputAttribute

AutoAssignedInput