Class: Google::Cloud::Datastream::V1::SqlServerRdbms
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::SqlServerRdbms
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
SQLServer database structure.
Instance Attribute Summary collapse
-
#schemas ⇒ ::Array<::Google::Cloud::Datastream::V1::SqlServerSchema>
SQLServer schemas in the database server.
Instance Attribute Details
#schemas ⇒ ::Array<::Google::Cloud::Datastream::V1::SqlServerSchema>
Returns SQLServer schemas in the database server.
742 743 744 745 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 742 class SqlServerRdbms include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |