FacetInfo.Name プロパティ
ファセットの名前を取得します。
名前空間: Microsoft.SqlServer.Management.Dmf
アセンブリ: Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)
構文
'宣言
Public ReadOnly Property Name As String
Get
'使用
Dim instance As FacetInfo
Dim value As String
value = instance.Name
public string Name { get; }
public:
property String^ Name {
String^ get ();
}
member Name : string
function get Name () : String
プロパティ値
型: System.String
ファセットの名前を示す Name 値です。