NbObjectSyncManagerGetSyncScope Method |
同期範囲の取得。
Namespace: Nec.NebulaAssembly: Nec.Nebula.Offline (in Nec.Nebula.Offline.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public NbQuery GetSyncScope(
string bucketName
)
Public Function GetSyncScope (
bucketName As String
) As NbQuery
public:
NbQuery^ GetSyncScope(
String^ bucketName
)
member GetSyncScope :
bucketName : string -> NbQuery
Parameters
- bucketName
- Type: SystemString
バケット名
Return Value
Type:
NbQuery同期範囲
Exceptions Exception | Condition |
---|
ArgumentNullException | バケット名がnull |
Remarks
同期範囲未設定の場合、nullを返却する。
Version Information Offline
Supported in: 1.0
See Also