UserDefinedAggregate.DataType プロパティ
ユーザー定義集計が返すデータ型を取得します。値の設定も可能です。
この API は、CLS に準拠していません。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<CLSCompliantAttribute(False)> _
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
<SfcReferenceAttribute(GetType(UserDefinedDataType), GetType(UserDefinedDataTypeResolver), _
"Resolve", )> _
<SfcReferenceAttribute(GetType(UserDefinedType), GetType(UserDefinedTypeResolver), _
"Resolve", )> _
Public Property DataType As DataType
Get
Set
'使用
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)
プロパティ値
型: Microsoft.SqlServer.Management.Smo.DataType
ユーザー定義集計が返すデータ型を示す DataType オブジェクト値。
使用例
関連項目
参照
Microsoft.SqlServer.Management.Smo 名前空間