ESRI.ArcGIS.DataManagementTools
ChangePrivileges Constructor(Object,String)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > ChangePrivileges Class > ChangePrivileges Constructor : ChangePrivileges Constructor(Object,String)




in_dataset
The datasets, feature classes, or tables whose access privileges will be changed. (In, Required)
user
The database username whose privileges are being modified. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_dataset As Object, _
   ByVal user As String _
)
Visual Basic (Usage)Copy Code
Dim in_dataset As Object
Dim user As String
 
Dim instance As ChangePrivileges(in_dataset, user)
C# 
public ChangePrivileges( 
   object in_dataset,
   string user
)

Parameters

in_dataset
The datasets, feature classes, or tables whose access privileges will be changed. (In, Required)
user
The database username whose privileges are being modified. (In, Required)

See Also

© 2010 All Rights Reserved.