Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the schema to which the column belongs.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
<InputAttribute(AutoAssignedInput := AutoAssignedInput.SchemaName, ReadOnly := True, _
Visible := False)> _
Public Property SchemaName As String
[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)
Property Value
Type: System.String
The name of the schema.
Remarks
This property is decorated with the InputAttribute and the AutoAssignedInput named parameter.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.