Reference documentation and code samples for the Google Cloud Datastream V1 Client class SqlServerRdbms.
SQLServer database structure.
Generated from protobuf message google.cloud.datastream.v1.SqlServerRdbms
Namespace
Google \ Cloud \ Datastream \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ schemas |
array<SqlServerSchema>
SQLServer schemas in the database server. |
getSchemas
SQLServer schemas in the database server.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSchemas
SQLServer schemas in the database server.
Parameter | |
---|---|
Name | Description |
var |
array<SqlServerSchema>
|
Returns | |
---|---|
Type | Description |
$this |