Table.FileTableDirectoryName 属性
Gets or sets the directory name of the 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
The directory name of the FileTable.