Propriedade do RDL TabularType
Gets the tabular type.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property TabularType As TabularType
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .TabularType
A TabularType value that specifies the tabular type.
Consulte também