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 命名空间