Share via


XmlReadInclude.File プロパティ

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public ReadOnly Property File As String 
    Get
'使用
Dim instance As XmlReadInclude 
Dim value As String 

value = instance.File
public string File { get; }
public:
property String^ File {
    String^ get ();
}
member File : string
function get File () : String

プロパティ値

型: System.String
属性ファイルを示す文字列です。

関連項目

参照

XmlReadInclude クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間