次の方法で共有


EffectivePermissionInfo コンストラクター

指定された型を使用して、EffectivePermissionInfo クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Management.IntegrationServices
アセンブリ:  Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)

構文

'宣言
Public Sub New ( _
    type As PermissionType _
)
'使用
Dim type As PermissionType 

Dim instance As New EffectivePermissionInfo(type)
public EffectivePermissionInfo(
    PermissionType type
)
public:
EffectivePermissionInfo(
    PermissionType type
)
new : 
        type:PermissionType -> EffectivePermissionInfo
public function EffectivePermissionInfo(
    type : PermissionType
)

パラメーター

関連項目

参照

EffectivePermissionInfo クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間