Campo Name
Gets the name of the data type argument.
Spazio dei nomi Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Sintassi
'Dichiarazione
Public ReadOnly Name As String
'Utilizzo
Dim instance As DataTypeArgSpec
Dim value As String
value = instance.Name
public readonly string Name
public:
initonly String^ Name
val Name: string
public final var Name : String
Vedere anche