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


Метод MergePublication.BrowseSnapshotFolder

Returns the complete path of the directory location where snapshot files are generated.

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

Синтаксис

'Декларация
Public Function BrowseSnapshotFolder As String
'Применение
Dim instance As MergePublication 
Dim returnValue As String 

returnValue = instance.BrowseSnapshotFolder()
public string BrowseSnapshotFolder()
public:
String^ BrowseSnapshotFolder()
member BrowseSnapshotFolder : unit -> string
public function BrowseSnapshotFolder() : String

Возвращаемое значение

Тип: System.String
The complete path of the directory location where snapshot files are generated.

Замечания

If snapshot files have not yet been generated, an empty string is returned.

The BrowseSnapshotFolder method can only be called by members of the sysadmin fixed server role at the Publisher or by members of the db_owner fixed database role on the publication database.

Calling BrowseSnapshotFolder is equivalent to executing sp_browsemergesnapshotfolder.

См. также

Справочник

MergePublication Класс

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