次の方法で共有


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 値。