SecurityCreateResponse クラス
セキュリティ作成応答メッセージ コントラクトを表します。
継承階層
System. . :: . .Object
Microsoft.MasterDataServices..::..SecurityCreateResponse
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
<MessageContractAttribute(WrapperName := "SecurityCreateResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class SecurityCreateResponse
'使用
Dim instance As SecurityCreateResponse
[MessageContractAttribute(WrapperName = "SecurityCreateResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class SecurityCreateResponse
[MessageContractAttribute(WrapperName = L"SecurityCreateResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class SecurityCreateResponse
[<MessageContractAttribute(WrapperName = "SecurityCreateResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type SecurityCreateResponse = class end
public class SecurityCreateResponse
SecurityCreateResponse 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
SecurityCreateResponse() () () () | SecurityCreateResponse クラスの既定値を持つ新しいインスタンスを初期化します。 | |
SecurityCreateResponse(OperationResult, SecuritySet) | 指定された操作結果とセキュリティ セットを持つ SecurityCreateResponse クラスの新しいインスタンスを初期化します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。