Proprietà DataType
Gets or sets the data type returned by the user-defined aggregate.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute> _
Public Property DataType As DataType
Get
Set
'Utilizzo
Dim instance As UserDefinedAggregate
Dim value As DataType
value = instance.DataType
instance.DataType = value
[SfcPropertyAttribute]
public DataType DataType { get; set; }
[SfcPropertyAttribute]
public:
property DataType^ DataType {
DataType^ get ();
void set (DataType^ value);
}
[<SfcPropertyAttribute>]
member DataType : DataType with get, set
function get DataType () : DataType
function set DataType (value : DataType)
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .DataType
A DataType object value that specifies the data type returned by the user-defined aggregate.
Vedere anche