Name プロパティ
参照先の Windows Management Instrumentation (WMI) オブジェクトの名前を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo.Wmi
アセンブリ: Microsoft.SqlServer.SqlWmiManagement (Microsoft.SqlServer.SqlWmiManagement.dll)
構文
'宣言
Public Property Name As String
Get
Set
'使用
Dim instance As WmiSmoObject
Dim value As String
value = instance.Name
instance.Name = value
public string Name { get; set; }
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
member Name : string with get, set
function get Name () : String
function set Name (value : String)
プロパティ値
型: System. . :: . .String
参照先の WMI オブジェクトの名前を示す String 値です。