TableName.SchemaName Property
Gets the schema for the table.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Déclaration
Public ReadOnly Property SchemaName As String
Get
'Utilisation
Dim instance As TableName
Dim value As String
value = instance.SchemaName
public string SchemaName { get; }
public:
property String^ SchemaName {
String^ get ();
}
member SchemaName : string
function get SchemaName () : String
Property Value
Type: String
The schema for the table.