Поделиться через


Свойство Database.FilestreamDirectoryName

Gets or sets the name of file stream share directory.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property FilestreamDirectoryName As String 
    Get 
    Set
'Применение
Dim instance As Database 
Dim value As String 

value = instance.FilestreamDirectoryName

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

Значение свойства

Тип: System.String
The name of file stream share directory.

См. также

Справочник

Database Класс

Пространство имен Microsoft.SqlServer.Management.Smo