Share via


ICreatable-Schnittstelle

Defines a method to create an object on the referenced connection.

Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Syntax

'Declaration
Public Interface ICreatable
'Usage
Dim instance As ICreatable
public interface ICreatable
public interface class ICreatable
type ICreatable =  interface end
public interface ICreatable

Der ICreatable-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Create Creates an object on the server as defined by the referenced SMO object.

Zum Anfang

Hinweise

The ICreatable class is implemented by various instance classes.