次の方法で共有


Table.FileTableDirectoryName プロパティ

FileTable のディレクトリ名を取得します。値の設定も可能です。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property FileTableDirectoryName As String 
    Get 
    Set
'使用
Dim instance As Table 
Dim value As String 

value = instance.FileTableDirectoryName

instance.FileTableDirectoryName = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string FileTableDirectoryName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ FileTableDirectoryName {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member FileTableDirectoryName : string with get, set
function get FileTableDirectoryName () : String 
function set FileTableDirectoryName (value : String)

プロパティ値

型: System.String
FileTable のディレクトリ名。

関連項目

参照

Table クラス

Microsoft.SqlServer.Management.Smo 名前空間