ProfileXsdSchemaExport Constructor
Initializes a new instance of the ProfileXsdSchemaExport class using the specified connection string.
Namespace: Microsoft.CommerceServer.Profiles
Assembly: Microsoft.CommerceServer.Profiles.DataManagement (in Microsoft.CommerceServer.Profiles.DataManagement.dll)
Syntax
'Declaration
Public Sub New ( _
bizDataConnectionString As String _
)
'Usage
Dim bizDataConnectionString As String
Dim instance As New ProfileXsdSchemaExport(bizDataConnectionString)
public ProfileXsdSchemaExport(
string bizDataConnectionString
)
public:
ProfileXsdSchemaExport(
String^ bizDataConnectionString
)
public function ProfileXsdSchemaExport(
bizDataConnectionString : String
)
Parameters
- bizDataConnectionString
Type: System..::.String
Connection string of the BizData Admin Object to use. May not be nullNothingnullptra null reference (Nothing in Visual Basic).
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | bizDataConnectionString is nullNothingnullptra null reference (Nothing in Visual Basic). |
Remarks
Constructs a new ProfileXsdSchemaExport object using the specified bizDataConnectionString.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.