다음을 통해 공유


DeploymentContributorContext.IsAzureSource 속성

Does the Source model a SQL Azure database.

네임스페이스:  Microsoft.SqlServer.Dac.Deployment
어셈블리:  Microsoft.SqlServer.Dac.Extensions(Microsoft.SqlServer.Dac.Extensions.dll)

구문

‘선언
Public ReadOnly Property IsAzureSource As Boolean 
    Get
‘사용 방법
Dim instance As DeploymentContributorContext 
Dim value As Boolean 

value = instance.IsAzureSource
public bool IsAzureSource { get; }
public:
property bool IsAzureSource {
    bool get ();
}
member IsAzureSource : bool
function get IsAzureSource () : boolean

속성 값

유형: System.Boolean

참고 항목

참조

DeploymentContributorContext 클래스

Microsoft.SqlServer.Dac.Deployment 네임스페이스