Proprietà TabularType
Gets the tabular type.
Spazio dei nomi Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Sintassi
'Dichiarazione
ReadOnly Property TabularType As TabularType
Get
'Utilizzo
Dim instance As ITabular
Dim value As TabularType
value = instance.TabularType
TabularType TabularType { get; }
property TabularType TabularType {
TabularType get ();
}
abstract TabularType : TabularType
function get TabularType () : TabularType
Valore proprietà
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .TabularType
A TabularType value that specifies the tabular type.
Vedere anche