Class: Google::Cloud::Datastream::V1::SqlServerRdbms

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#schemas::Array<::Google::Cloud::Datastream::V1::SqlServerSchema>

Returns SQLServer schemas in the database server.

Returns:



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