Proprietà TypeClass
Gets the class type when the expression node represents an object.
Spazio dei nomi: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property TypeClass As TypeClass
Get
'Utilizzo
Dim instance As ExpressionNode
Dim value As TypeClass
value = instance.TypeClass
public TypeClass TypeClass { get; }
public:
property TypeClass TypeClass {
TypeClass get ();
}
member TypeClass : TypeClass
function get TypeClass () : TypeClass
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Dmf. . :: . .TypeClass
A TypeClass value that specifies the type of object.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Vedere anche