DoesKnowledgeVaultMasterExist Method
Gets whether the knowledge vault master exists.
Required Permissions
AnonymousSignIn2 does not need to be called prior.Syntax
public System.bool DoesKnowledgeVaultMasterExist(
System.string dbUser,
System.string dbPassword
)Public Function DoesKnowledgeVaultMasterExist( _
ByVal dbUser As System.String, _
ByVal dbPassword As System.String _
) As System.BooleanParameters
| Name | Description |
|---|---|
| dbUser | The user name of a database administrator. Usually "sa". |
| dbPassword | The password for the dbUser. |
Return Value
Boolean value indicating true or false. If false, the master does not exist.