Aracılığıyla paylaş


SequenceExtender.Schema Property

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Bildirim
<ExtendedPropertyAttribute> _
Public Property Schema As String
    Get
    Set
'Kullanım
Dim instance As SequenceExtender
Dim value As String

value = instance.Schema

instance.Schema = value
[ExtendedPropertyAttribute]
public string Schema { get; set; }
[ExtendedPropertyAttribute]
public:
property String^ Schema {
    String^ get ();
    void set (String^ value);
}
[<ExtendedPropertyAttribute>]
member Schema : string with get, set
function get Schema () : String
function set Schema (value : String)

Property Value

Type: System.String

See Also

Reference

SequenceExtender Class

Microsoft.SqlServer.Management.Smo Namespace