次の方法で共有


SensitivityLabelsOperationsExtensions.Get メソッド

定義

指定された列の秘密度ラベルを取得します

public static Microsoft.Azure.Management.Sql.Models.SensitivityLabel Get(this Microsoft.Azure.Management.Sql.ISensitivityLabelsOperations operations, string resourceGroupName, string serverName, string databaseName, string schemaName, string tableName, string columnName, Microsoft.Azure.Management.Sql.Models.SensitivityLabelSource sensitivityLabelSource);
static member Get : Microsoft.Azure.Management.Sql.ISensitivityLabelsOperations * string * string * string * string * string * string * Microsoft.Azure.Management.Sql.Models.SensitivityLabelSource -> Microsoft.Azure.Management.Sql.Models.SensitivityLabel
<Extension()>
Public Function Get (operations As ISensitivityLabelsOperations, resourceGroupName As String, serverName As String, databaseName As String, schemaName As String, tableName As String, columnName As String, sensitivityLabelSource As SensitivityLabelSource) As SensitivityLabel

パラメーター

operations
ISensitivityLabelsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName
String

サーバーの名前。

databaseName
String

データベースの名前。

schemaName
String

スキーマの名前です。

tableName
String

テーブルの名前。

columnName
String

列の名前。

sensitivityLabelSource
SensitivityLabelSource

秘密度ラベルのソース。 使用可能な値は次のとおりです: 'current'、'recommended'

戻り値

適用対象