Свойство SfcReferenceSelectorAttribute.PathExpression
Gets the path expression that is use to resolve the reference. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public ReadOnly Property PathExpression As String
Get
'Применение
Dim instance As SfcReferenceSelectorAttribute
Dim value As String
value = instance.PathExpression
public string PathExpression { get; }
public:
property String^ PathExpression {
String^ get ();
}
member PathExpression : string
function get PathExpression () : String
Значение свойства
Тип: System.String
A string that specifies the path expression.
См. также
Справочник
SfcReferenceSelectorAttribute Класс
Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc.Metadata