CollectionItem.TypeName プロパティ
コレクション アイテムが実装するコレクター型の名前を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Collector
アセンブリ: Microsoft.SqlServer.Management.Collector (Microsoft.SqlServer.Management.Collector.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public Property TypeName As String
Get
Set
'使用
Dim instance As CollectionItem
Dim value As String
value = instance.TypeName
instance.TypeName = value
[SfcPropertyAttribute]
public string TypeName { get; set; }
[SfcPropertyAttribute]
public:
property String^ TypeName {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member TypeName : string with get, set
function get TypeName () : String
function set TypeName (value : String)
プロパティ値
型: System.String
コレクター型の名前を表す String 値を返します。
説明
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework 2.0 でのみサポートされています。