Schema Propiedad
Gets or sets the schema.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
<SfcKeyAttribute()> _
Public Property Schema As String
Get
Set
'Uso
Dim instance As ScriptSchemaObjectBase
Dim value As String
value = instance.Schema
instance.Schema = value
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
[SfcKeyAttribute()]
public string Schema { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
[SfcKeyAttribute()]
public:
property String^ Schema {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
[<SfcKeyAttribute()>]
member Schema : string with get, set
function get Schema () : String
function set Schema (value : String)
Valor de la propiedad
Tipo: System. . :: . .String
A String value that specifies the schema.