SPUserProfileADImportUsageEntry.TerminationCode property
表示是否已成功匯入的終止程式碼。0 = 已完成的 1 = 已暫停的 2 = 失敗期間 LDAP DirSync 匯入 3 = LDAP 個別查詢匯入期間失敗
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property TerminationCode As Byte
Get
Set
'用途
Dim instance As SPUserProfileADImportUsageEntry
Dim value As Byte
value = instance.TerminationCode
instance.TerminationCode = value
public byte TerminationCode { get; set; }
Property value
Type: System.Byte
請參閱
參照
SPUserProfileADImportUsageEntry class