Reference documentation and code samples for the Datastream V1 API class Google::Cloud::Datastream::V1::SqlServerSchema.
SQLServer schema.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#schema
def schema() -> ::String
Returns
- (::String) — Schema name.
#schema=
def schema=(value) -> ::String
Parameter
- value (::String) — Schema name.
Returns
- (::String) — Schema name.
#tables
def tables() -> ::Array<::Google::Cloud::Datastream::V1::SqlServerTable>
Returns
- (::Array<::Google::Cloud::Datastream::V1::SqlServerTable>) — Tables in the schema.
#tables=
def tables=(value) -> ::Array<::Google::Cloud::Datastream::V1::SqlServerTable>
Parameter
- value (::Array<::Google::Cloud::Datastream::V1::SqlServerTable>) — Tables in the schema.
Returns
- (::Array<::Google::Cloud::Datastream::V1::SqlServerTable>) — Tables in the schema.