XmlReadProperty.ClrType プロパティ
プロパティ内の CLR 型の値を取得します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Public ReadOnly Property ClrType As String
Get
'使用
Dim instance As XmlReadProperty
Dim value As String
value = instance.ClrType
public string ClrType { get; }
public:
property String^ ClrType {
String^ get ();
}
member ClrType : string
function get ClrType () : String
プロパティ値
型: System.String
プロパティ内の CLR 型の値です。