DatabaseScopedCredential Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DatabaseScopedCredential() | |
DatabaseScopedCredential(Database, String) |
DatabaseScopedCredential()
public DatabaseScopedCredential ();
Public Sub New ()
Applies to
DatabaseScopedCredential(Database, String)
public DatabaseScopedCredential (Microsoft.SqlServer.Management.Smo.Database database, string name);
new Microsoft.SqlServer.Management.Smo.DatabaseScopedCredential : Microsoft.SqlServer.Management.Smo.Database * string -> Microsoft.SqlServer.Management.Smo.DatabaseScopedCredential
Public Sub New (database As Database, name As String)
Parameters
- database
- Database
- name
- String