Compartir a través de


UserDefinedAggregate.DataType Propiedad

Gets or sets the data type returned by the user-defined aggregate.

Esta API no es compatible con CLS. 

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<CLSCompliantAttribute(False)> _
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
<SfcReferenceAttribute(GetType(UserDefinedDataType), GetType(UserDefinedDataTypeResolver),  _
    "Resolve", )> _
<SfcReferenceAttribute(GetType(UserDefinedType), GetType(UserDefinedTypeResolver),  _
    "Resolve", )> _
Public Property DataType As DataType 
    Get 
    Set
'Uso
Dim instance As UserDefinedAggregate 
Dim value As DataType 

value = instance.DataType

instance.DataType = value
[CLSCompliantAttribute(false)]
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
[SfcReferenceAttribute(typeof(UserDefinedDataType), typeof(UserDefinedDataTypeResolver), 
    "Resolve", )]
[SfcReferenceAttribute(typeof(UserDefinedType), typeof(UserDefinedTypeResolver), 
    "Resolve", )]
public DataType DataType { get; set; }
[CLSCompliantAttribute(false)]
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
[SfcReferenceAttribute(typeof(UserDefinedDataType), typeof(UserDefinedDataTypeResolver), 
    L"Resolve", )]
[SfcReferenceAttribute(typeof(UserDefinedType), typeof(UserDefinedTypeResolver), 
    L"Resolve", )]
public:
property DataType^ DataType {
    DataType^ get ();
    void set (DataType^ value);
}
[<CLSCompliantAttribute(false)>]
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
[<SfcReferenceAttribute(typeof(UserDefinedDataType), typeof(UserDefinedDataTypeResolver), 
    "Resolve", )>]
[<SfcReferenceAttribute(typeof(UserDefinedType), typeof(UserDefinedTypeResolver), 
    "Resolve", )>]
member DataType : DataType with get, set
function get DataType () : DataType 
function set DataType (value : DataType)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.DataType
A DataType object value that specifies the data type returned by the user-defined aggregate.

Ejemplos

Establecer propiedades

Vea también

Referencia

UserDefinedAggregate Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Aggregate (operador de Showplan)

CREATE AGGREGATE (Transact-SQL)