UserDefinedAggregate.ClassName プロパティ

ユーザー定義集計のクラスの名前を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ClassName As String 
    Get 
    Set
'使用
Dim instance As UserDefinedAggregate 
Dim value As String 

value = instance.ClassName

instance.ClassName = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string ClassName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ ClassName {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ClassName : string with get, set
function get ClassName () : String 
function set ClassName (value : String)

プロパティ値

型: System.String
ユーザー定義集計のクラス名を示す String 値。

使用例

プロパティの設定

関連項目

参照

UserDefinedAggregate クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

Aggregate プラン表示操作

CREATE AGGREGATE (Transact-SQL)